*{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
  color: #262628;
}
p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
a p:hover{
  color: #0B4B9F !important;
}
a p span:hover{
  color: #262628 !important;
}
.header{
  background-image: url('../images/bg.png');
  background-size: 100%;
  background-color: #0B4B9F;
  background-position: 30%;
  background-repeat: no-repeat;
  height: 151px;
  width: 100%;
}
.logo{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.logo img:first-child{
  width: 428px;
  height: 91px;
  position: absolute;
  left: 0;
}
.logo img:last-child{
  width: 500px;
  height: 58px;
  position: absolute;
  right: 0;
}
.navigation{
  width: 1200px;
  margin: 0 auto;
}
.navigation-bar{
  width: 100%;
  display: flex;
  list-style: none;
  height: 61px;
}
.navigation-bar li{
  flex:1;
  margin: auto 0;
}
.navigation-bar li span::before{
  margin-right: 0px;
  content:'';
  height: 14px;
  width: 1px;
  background-color: #CBCBCB;
  display: inline-block;
}
.navigation-bar li:first-child span::before{
  margin-right: 0px;
  content:'';
  height: 14px;
  width: 0px;
  background-color: #CBCBCB;
  display: inline-block;
}
.navigation-bar li:first-child::before{
  margin-right: 0;
  content:'';
  display: none;
}
.navigation-bar li span{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262628;
}
.search-bar{
  position: relative;
}
.search-bar input{
  padding: 5px;
  border: none !important;
  background: #E8EFF6;
  width: 125px;
  outline: none;
}
.search-bar input::placeholder{
  color: #88B5F0;
  font-size: 12px;
}
.search-bar img{
  position: absolute;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 25px;
}
/* index.html */
.slide{
  width: 1200px;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
}
.slide img{
  width: 1200px;
  height: 450px;
  margin: 0 auto;
}
.container{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.top-column{
  margin: 58px 58px 58px 0;
  height: 390px;
}
.title1,.title2{
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262628;
  
}
.title1 {
  padding-bottom: 11px;
}
.title2 {
  padding-bottom: 11px;
}
.title1 > a > img,.title2 > a > img{
  width: 20px;
  height: 20px;
}
.title1 span {
  color: #CBCBCB;
  font-size: 18px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.title2 span{
  font-size: 18px;
  color: #262628;
  border-bottom: 2px solid #0B4B9F;
  font-size: 22px !important;
  padding-bottom: 10px;
  position: relative;
}
.title1 span:first-child, .title2 span:first-child{
  margin-right: 59px;
  
}
.selected {
  color: #262628 !important;
  border-bottom: 2px solid #0B4B9F;
  font-size: 22px !important;
}
#personElement, #procureElement {
  flex-direction: column;
}
.title1 img, .title2 img{
  float: right;
}
.top-column .box{
  transition: all 0.5s;
  display: flex;
  border-top: 1px solid #CBCBCB;
  width: 782px;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: space-between;
  position: relative;
}
.bottom-column .box{
  border-top: 1px solid #CBCBCB;
}
.box li {
  width: 360px;
  padding: 7px 0;
}
.box > :nth-child(2) {
  margin-right: 60px;
}
.item{
  width: 360px;
  font-size: 16px;
}
.item li a span{
  color: #616166;
  line-height: 30px;
}
.pic{
  position: relative;
  height: 240px;
  width: 360px;
  overflow:hidden;
}
.pic a img{
  width: 360px;
  height: 240px;
}
.pic:hover a img{
transform: scale(1.1);
}
.pic a img{
  transition: all 0.5s;
}
.top-column .pic {
  margin-bottom: 20px;
}
.top-column li a p {
  width: 360px;
  position: relative;
}
.top-column li a p span {
  position: absolute;
  right: 0;
  color: #262628 !important;
}
.top-column li > span {
  float: right;
}
.item ul{
  margin-top: 23px;
}
.top-column .pic p{
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  line-height: 36px;
  width: 100%;
  color: #fff;
  text-indent: 11px;
}
.item li > span{
  color: #616166;
  font-size: 12px;
  float: right;
  line-height: 40px;
}
.top-column + .news{
  margin-top: 58px;
}
.news{
  margin: 0;
  width: 360px;
}
.news .diary{
  width: 52px;
  height: 40px;
  background: #0B4B9F;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: relative;
  font-size: 22px;
}
.news .diary p {
      content: '2023-05';
    color: #6F6F74;
    font-size: 12px;
    background-color: #E8EFF6;
    position: absolute;
    line-height: 2;
    width: 52px;
    top: 40px;
    left: 0;
}
.news ul{
  padding-top: 20px;
  border-top: 1px solid #CBCBCB;
}
.news ul li{
  display: flex;
  margin-bottom: 20px;
}
.news ul li a{
  color: #0B4B9F;
  display: flex;
}
.news-title{
  margin-left: 15px;
  margin-bottom: 18px;
}
.news-title a span{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 274px;
  display: inline-block;
  line-height: 1;
}
.news-title .desc{
  margin-top: 10px;
}
.news-title .desc span{
  display: block;
  color: #616166;
  font-size: 12px;
}
.bottom-column{
  margin-right: 58px;
}
.bottom-column .box{
  margin-right: 0;
}
.bottom-column .box .item{
  margin: 10px 0 0 0;
}
.bottom-column .box .pic{
  display: flex;
  height: auto !important;
  text-wrap: wrap;
}
.bottom-column .box .pic .img {
  overflow: hidden;
  height: 119px;
  margin-right: 10px;
}
.bottom-column .box li a p {
  width: 360px;
  position: relative;
}
.bottom-column .box li a p span {
  position: absolute;
  right: 0;
  color: #262628 !important;
}
.bottom-column .box .pic p {
  font-size: 16px;
  color: #0B4B9F;
  width: 170px;
}
.bottom-column .box .pic a{
  line-height: 1.5;
  color: #0B4B9F !important;
  margin-left: 10px;
}
.bottom-column .box .pic a span {
  width: 175px;
  text-wrap: wrap;
}
.bottom-column .box .pic img{
  width: 180px;
  height: 119px;
  margin-bottom: 15px;
  transition: all 0.5s;
}
.bottom-column .box .pic:hover img{
  transform: scale(1.1);
}
.bottom-column a div{
  display: block;
  font-size: 12px;
  color: #616166;
  flex: 1;
}
.bottom-column a div p {
  white-space: wrap;
}
.news ul li{
  margin-bottom: 0 !important;
}
.news .diary2{
  font-size: 22px;
  color: #0B4B9F;
  padding: 10px 20px 0 0;
  border-bottom: 1px solid #E3E3E3;
  text-align: center;
}
.news .diary2 p{
  color: #0B4B9F;
  font-size: 12px !important;
}
.news .news-title2{
  border-bottom: 1px solid #E3E3E3;
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
}
.news .news-title2 a{
  color: #616166 !important;
  font-size: 16px;
  line-height: 1.5;
}
.list{
  width: 360px;
  transition: all 0.5s;
}

.list .title1 span{
  margin-right: 29px;
}
.list ul{
  position: relative;
  transition: all 0.5s;
}
.list li{
  height: 40px !important;
}
.list li p {
  width: 360px;
  position: relative;
}
.list li p span {
  position: absolute;
  right: 0;
  color: #262628 !important;
}
.picture-column{
  width: 100%;
  margin: 58px auto;
}
.picture-column ul{
  padding-top: 20px;
  border-top: 1px solid #CBCBCB;
}
.picture-column ul li{
  width: 211px !important;
  height: 121px !important;
  overflow: hidden;
  float: left;
  margin: 0 14px;
}
.picture-column ul li a {
  overflow: hidden;
  width: 211px !important;
  display: inline-block;
}
.picture-column ul li img{
  width: 211px !important;
  height: 121px !important;
  transition: all 0.5s;
}
.picture-column ul li:hover img{
  transform: scale(1.1);
}
.bottom-nav{
  margin-bottom: 58px;
  width: 100%;
}
.top-ul{
  padding-top: 20px;
  border-top: 1px solid #CBCBCB;
  width: 100%;
}
.bottom-nav ul{
  display: inline-block;
  flex-wrap: wrap;
}
.bottom-nav ul li:first-child{
  margin-left: 0;
}
.bottom-nav ul li{
  display: inline-block;
  margin-left: 27.5px;
  color: #616166;
}
.bottom-nav ul li a{
  color: #616166;
  line-height: 40px;
}
.bottom-nav ul li a:hover{
  color: #0B4B9F;
}
.bottom-nav ul li:first-child::before{
  margin-right: 0;
  content:'';
  display: none;
}
.bottom-nav ul li::before{
  margin-right: 27.5px;
  content:'';
  height: 14px;
  width: 1px;
  background-color: #CBCBCB;
  display: inline-block;
}
.footer-nav{
  background-color: #0B4B9F;
  width: 100%;
  height: 100px;
}
.footer-nav ul{
  width: 1200px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-nav ul li{
  flex: 1;
}
.footer-nav ul li a{
  color: #fff;
  display: flex;
  align-items: center;
}
.footer-nav ul li a p{
  margin-left: 9px;
}
/* 按钮样式 */
.pic-a, .pic-b, .pic-c, .pic-d, .pic-e, .pic-f{
  height: 48px;
  width: 48px;
  background-size: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.pic-a::after, .pic-b::after, .pic-c::after, .pic-d::after, .pic-e::after, .pic-f::after{
  position: relative;
  left: 50px;
  margin-left: 10px;
  white-space: nowrap;
}
.pic-a::after{
  content: '办学理念';
}
.pic-b::after{
  content: '大美抚医';
}
.pic-c::after{
  content: '入学须知';
}
.pic-d::after{
  content: '人才招聘';
}
.pic-e::after{
  content: '师生通道';
}
.pic-f::after{
  content: 'OA办公';
}
.pic-a{
  background-image: url('../images/a.png');
}
.pic-b{
  background-image: url('../images/b.png');
}
.pic-c{
  background-image: url('../images/c.png');
}
.pic-d{
  background-image: url('../images/d.png');
}
.pic-e{
  background-image: url('../images/e.png');
}
.pic-f{
  background-image: url('../images/f.png');
}
.pic-a:hover{
  background-image: url('../images/g.png');
}
.pic-b:hover{
  background-image: url('../images/h.png');
}
.pic-c:hover{
  background-image: url('../images/i.png');
}
.pic-d:hover{
  background-image: url('../images/j.png');
}
.pic-e:hover{
  background-image: url('../images/k.png');
}
.pic-f:hover{
  background-image: url('../images/l.png');
}
.footer-bar{
  width: 1200px;
  margin: 58px auto;

  color: #616161;
  font-size: 14px;
  padding-bottom: 58px;
}
.footer-bar .info{
  display: inline-block;
}
.footer-bar .info p {
  display: block;
  line-height: 30px;
  color: #616166;
}
.footer-bar ul{
  display: flex;
  float: right;
}
.footer-bar ul li{
  margin: 0 20px;
}
.footer-bar ul li img{
  width: 96px;
  height: 96px;
  padding: 5px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.footer-bar ul li div{
  text-align: center;
  margin-top: 15px;
  color: #616166;
}
#mediaElement, #procureElement {
transform: translateY(-100%);
}